home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Aegis animator v1.2.adf / c / install < prev    next >
Text File  |  1986-12-18  |  555b  |  22 lines

  1. ; TCard:Install - installation command file for T-card
  2. ; 22-Oct-85
  3. ;
  4. if exists DEVS:T-card.resource
  5.    echo "The T-card software has already been"
  6.    echo "installed on this disk."
  7.    failat 11
  8.    tcard:query Continue installation
  9.    if not error
  10.       quit
  11.    endif
  12. endif
  13. echo "Installing T-card software..."
  14. copy Tcard:T-card.resource DEVS: QUIET
  15. copy TCard:T-clock#? SYS: QUIET
  16. copy TCard:#?time C: QUIET
  17. copy TCard:memory C: QUIET
  18. echo "T-card software installation complete."
  19. echo ""
  20. echo "Remember to store your T-card disk"
  21. echo "in a safe place."
  22.